ci: bump actions to Node 24 majors (@v5)#41
Merged
Conversation
GitHub deprecated Node 20 on Actions runners (runners now default to Node 24), warning on actions still built on Node 20: "actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4" Bump actions/checkout, actions/cache, and actions/upload-artifact from @v4 to @v5 (the first Node-24 major) across all workflows. dtolnay/rust-toolchain is a composite action (no Node) and subosito/flutter-action is unaffected here. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
StuartCameronCode
added a commit
that referenced
this pull request
Jul 1, 2026
… (#41) GitHub deprecated Node 20 on Actions runners (runners now default to Node 24), warning on actions still built on Node 20: "actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4" Bump actions/checkout, actions/cache, and actions/upload-artifact from @v4 to @v5 (the first Node-24 major) across all workflows. dtolnay/rust-toolchain is a composite action (no Node) and subosito/flutter-action is unaffected here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clears the Node 20 deprecation warnings in CI.
GitHub deprecated Node 20 on Actions runners — runners now default to Node 24, and actions still built on Node 20 emit:
Change
Bump the GitHub-maintained actions off
@v4(Node 20) to@v5(first Node-24 major) across all 9 workflow files:actions/checkout@v4→@v5actions/cache@v4→@v5actions/upload-artifact@v4→@v5No
download-artifactusage.dtolnay/rust-toolchainis a composite action (no Node);subosito/flutter-action@v2is unaffected.Validation note
The
ci-test.ymlgate on this PR exercisescheckout@v5+cache@v5on all four platforms.upload-artifact@v5is only used by theworkflow_dispatchbuild/deps workflows (not PR-triggered), so it's worth a manualbuild-deps/build-macosrun to confirm — though v5 is a stable, widely-used release.🤖 Generated with Claude Code